/ Assembly List / LJCNetCommon / NetFile / WriteLogLine

Namespace - LJCNetCommon


Parameters
logFileSpec - The Log file specification.
formatText - The Format text.
parameters - The Format parameters.

Syntax

C#
public static Void WriteLogLine(String logFileSpec, String formatText = null, Object[] parameters)

Writes a string format plus cr/lf to the Log file with the current date and time.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.